home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.7 KB | 57 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts and AppleEvents sent to CodeWarrior
- # to build ODF and samples parts. This script assumes that your CodeWarrior has
- # already been launched.
- #
- # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
-
- ##### Bitmap
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}Examples:Bitmap:"ODFBmp.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFBmp.MW.π"
-
- ##### Button
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Button:ODFButton.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFButton.MW.π"
-
- ##### Clock
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Clock:ODFClock.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFClock.MW.π"
-
- ##### Draw
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Draw:ODFDraw.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFDraw.MW.π"
-
- ##### Embed
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Embed:ODFEmbed.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFEmbed.MW.π"
-
- ##### Form
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Form:ODFForm.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFForm.MW.π"
-
- ##### Hello
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Hello:ODFHello.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFHello.MW.π"
-
- ##### Movie
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Movie:ODFMovie.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFMovie.MW.π"
-
- ##### Nothing
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Nothing:ODFNothing.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFNothing.MW.π"
-
- ##### Table
- Directory "{ODFDev}CWPPCRelease:"
- FWBuild -Metrowerks "{ODF}"Examples:Table:ODFTable.IDE
- FWBuildCW "{ODFDev}CWPPCRelease:ODFTable.MW.π"
-
-